Don't leak display name
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 3 Sep 2010 16:48:50 +0000 (12:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Sep 2010 16:48:50 +0000 (12:48 -0400)
commitbf3b5f785e84f450c4c95ca0b2bd02acc88e652f
treede9e199d9b207deb82155beb6a687b238a7001e0
parentd8f3a162c84269e08256993e2c82796a9d37145f
Don't leak display name

Bug 628656 - _gdk_windowing_get_startup_notify_id memory leak

get_display_name() returns a newly allocated string, which was being fed
directory info a g_strdup_printf() call.
gdk/x11/gdkapplaunchcontext-x11.c